Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - java projects
Search - java projects - List
DL : 0
java 坦克小项目 马士兵 图片版-java tank small projects Mashi Bing Image edition
Update : 2024-05-18 Size : 13312 Publisher : 王旋

DL : 0
Practice projects for Java based programming cla-Practice projects for Java based programming class
Update : 2024-05-18 Size : 55296 Publisher :

DL : 0
象棋java源码,打开前请阅读readme文件再执行操作-======================== BUILD OUTPUT DESCRIPTION ======================== When you build an Java application project that has a main class, the IDE automatically copies all of the JAR files on the projects classpath to your projects dist/lib folder. The IDE also adds each of the JAR files to the Class-Path element in the application JAR files manifest file (MANIFEST.MF). To run the project the command line, go to the dist folder and type the following: java-jar Game.jar To distribute this project, zip up the dist folder (including the lib folder) and distribute the ZIP file. Notes: * If two JAR files on the project classpath have the same name, only the first JAR file is copied to the lib folder. * Only JAR files are copied to the lib folder. If the classpath contains other types of files or folders, these files (folders) are not copied. * If a library on the projects classpath also has a Class-Path element specified in the manifest,the content of t
Update : 2024-05-18 Size : 105472 Publisher : lv wenxin

DL : 0
IT CONTAINS NEWLY PUBLISHED CONCEPTS IN JAVA IMPLEMENTED PROJECTS
Update : 2024-05-18 Size : 76800 Publisher : abdul

android 完成的剪刀石头布项目,用于练习前期android的布局,传值,页面跳转和java基础部分代码-Rock Paper Scissors android projects completed for the layout, pre android practice traditional values, the page jumps and java based part of the code
Update : 2024-05-18 Size : 1810432 Publisher : runing

DL : 0
用来实现java国际化,很多初学者知道web工程可以实现国际化,java工程同样也可以实现国际化-Java used for the internationalization of many web projects for beginners to know to achieve internationalization, java works, too, could achieve international
Update : 2024-05-18 Size : 3072 Publisher : shuo36026

HOG PK Ali Hassan Ali Hassan opencv, MATLAB, Java, Android, Eclipse, XML, HTML,... Islamabad, Capital 0.0 New on Elance 22/hr rate About Ali Hassan I’m primarily interested Computer Vision and Image Processing projects. I have extensive experience (Research and Industrial) in these fields. Following is the list of projects that I have worked on in the past two years. 1. Face Detection (Matlab and OpenCV, Visual Studio 12) 2. Person Detection (Matlab and OpenCV, Visual Studio 12) 3. 2D Human Body Pose Estimation (Matlab, mex-OpenCV) 4. Character Recognition (OpenCV, Visual Studio 12) 5. License Plate Rec...
Update : 2024-05-18 Size : 1953792 Publisher : mohamed_bedawy

详细介绍 - [ Android项目源码类似于360云盘的网盘客户端支持断点续传 ] Android项目源码类似于360云盘的网盘客户端支持断点续传是一个基于安卓的网盘客户端项目源码,因为以前的客户端使用的是花生壳现在花生壳网址失效了,没法登陆和演示了。翻了翻源码貌似实现了很多功能,都是纯java,没有封装,慢慢捋代码的话应该能捋出些有用的东西,本文配图是在文档里面扒出来了,凑合着看吧,主要看看有啥功能-Details- [Android project source code similar to the 360 cloud disk SkyDrive client support HTTP] Android source code projects similar to 360 cloud disk disk client support for HTTP is a SkyDrive client project source code based on Android, because previous client is peanut shell now peanut shell. Failure, unable to login and demonstrates the. Turned over source code seems to achieve a lot of features, is a pure Java, there is no package, slowly stroked code words should be stroked out something useful, the pictures are in the document grilled inside out, make do and see, mainly look at the what is the function of the
Update : 2024-05-18 Size : 2433024 Publisher : lilijiang_tju

DL : 0
Android应用源码适合新手的音乐播放器项目是一个基于安卓的单机音乐播放器应用项目源码,可以实现简单单曲循环列表循环等模式的音乐播放,项目做的很简单,代码只有6个java。但是UI做的并不粗糙。对于新手来说是一个挺好的学习项目-Android application source code, suitable for novice music player project is a stand-alone music player application project based on Android source, simple single cycle list circulation mode of music player to achieve, to do the project is simple, code only six Java. But UI does not rough. For the novice is a very good learning projects
Update : 2024-05-18 Size : 3305472 Publisher : 李明刚

DL : 0
项目是一个与小米文件管理器类似的小项目,可以分类查看设备上的文件,可以播放简单的音乐,但是不能播放视频。管理文件功能与普通的文件管理器差异不大,可以多选进行文件的删除复制剪切粘贴等操作,比较遗憾的是项目源码没有注释,如果想研究的话只能靠自己捋了,javaapk之前也发布过很多关于文件管理器的项目,感兴趣的朋友可以在站内的工具->文件管理目录下面找找,项目里面还有一个局域网电脑管理手机的功能,不过在我手机上点不开,翻源码的时候java文件有点多也没有细看不知道有没有功能代码。-Project is a small project with the millet file manager, you can view files on the device, you can play simple music, but can not play video. Document management function and common file manager difference little, multiple file deletion of copy cut and paste operations, the regret is project source did not comment, if you want to study can only rely on her own, before javaapk also issued too many projects on the file manager, interested friends can be in station tools- > file management directory listed below, the project also has a LAN computer management of mobile phone functions, but in my mobile phone open, turn source when java file o clock did not scrutinize know there are no functional code.
Update : 2024-05-18 Size : 1660928 Publisher : huzongjie

编写一个Java Web项目,实现从properties文件读取数据存储到数据库,并从数据库中读取数据,将结果显示在页面上。- Write a Java Web projects to achieve read the properties file data stored in the , and read data the , the results displayed on the page.
Update : 2024-05-18 Size : 9216 Publisher : sg

DL : 0
cxf+spring实现webservice实例,包含CXFSpringClient客户端和CXFSpringServer服务端,所需jar:Spring,Cxf 工程分为三个: CXFTest 为一个没有在Spring环境下运行的例子 主要是能详细的知道CXF运行的详细细节 CXFSpringServer、CXFSpringClient 两个工程是模拟实际项目中结合Spring运行例子.运行顺序是先在WEB服务器下部署CXFSpringServer程序 再运行CXFSpringClient工程下的Test.java-Cxf+spring implementation of WebService examples, including the CXFSpringClient client and CXFSpringServer server, the required jar:Spring, Cxf Project is divided into three: CXFTest for example of a doesn t work in a spring environment is mainly to know in detail two projects CXF operation details of CXFSpringServer, CXFSpringClient is simulated actual project in combination with spring run the example. Operation sequence is first in the web server deployment CXFSpringServer run CXFSpringClient engineering Test.java
Update : 2024-05-18 Size : 20480 Publisher : 刘蒙

DL : 0
above code is used for networking for java based projects
Update : 2024-05-18 Size : 6144 Publisher : datta

DL : 0
这是一个彩票随机开奖的小项目,希望对大家有帮助。是用java基础类实现的,适合初学者练手。高手请忽略-This is a random lottery lottery small projects, we want to help. Java base class is achieved, suitable for beginners to practice hand. Please ignore experts
Update : 2024-05-18 Size : 24576 Publisher : 侯林

java图书商城,适合新手学习练手的小项目-java book store for novice learning practiced hand small projects
Update : 2024-05-18 Size : 21343232 Publisher : 王新龙

基于IMY2.0框架的开源点餐系统。lib包下,是演示项目FOOD,所用到的jar包。 food.war是打包好的项目。跑项目时,必须先装好mysql数据库,再创建一个名为food的数据库 ;装好JRE1.8+;tomcat7\8\9。FOOD项目使用的Java WEB框架为 IMY WEB框架2.0版。 -Based on the order IMY2.0 framework of open source system.Lib package, FOOD is to demonstrate project, used the jar package. The food. The war is packaged good projects.Running project, must first be installed mysql , create a called the food Good JRE1.8+ Tomcat7, 8, 9.FOOD projects using Java WEB framework for IMY WEB framework version 2.0.
Update : 2024-05-18 Size : 24243200 Publisher : 朱丽丽

DL : 0
用于在Java开发项目时,实现图片上传和图片回显的工具类-When used in Java development projects to achieve picture upload pictures and echoed tools
Update : 2024-05-18 Size : 2048 Publisher : 董星星

DLMS communication packages There are demo projects for C++, C# and Java. The C++ and C# projects have been developed using MS Visual Studio. The Java project has been developed using Eclipse. Before using a demo project to connect to a real device, you will have to know the addressing scheme of the device as well as its COSEM context, either Short Name referencing or Logical Name referencing context. The COSEM context depends on the device and should be directly available the manufacturer.-DLMS communication packages There are demo projects for C++, C# and Java. The C++ and C# projects have been developed using MS Visual Studio. The Java project has been developed using Eclipse. Before using a demo project to connect to a real device, you will have to know the addressing scheme of the device as well as its COSEM context, either Short Name referencing or Logical Name referencing context. The COSEM context depends on the device and should be directly available the manufacturer.
Update : 2024-05-18 Size : 13641728 Publisher : nehaoua

DL : 0
Javashop-eop是一套开源的java快速开发框架,可以快速搭建web项目。 Javashop-eop java框架基于spring、spring-mvc、spring-jdbc、freemarker搭建。 目前已经比如成熟的是网店系统:javashop。 包含web站点的基础功能: 站点安装(基础数据库的安装和安装锁定) 前台模板解析(遵循eop的模板引擎规则) 插件(组件)机制(遵循eop的组件机制规则) 站点后台基础功能:后台登陆、后面界面展示、后台菜单管理 管理员及权限管理、广告管理等-Javashop-eop is an open source Java rapid development framework, you can quickly build web projects. Javashop-eop Java framework based on spring, spring-mvc, spring-jdbc, FreeMarker build. At present, such as the mature shop system: javashop. Contains the basic functionality of the web site: Site installation (installation and installation of basic ) Foreground template parsing (follow the EOP template engine rules) Plug in (component) mechanism (following the EOP component rule) Site background basic functions: background landing, behind the interface display, background menu management Administrators and rights management, advertising management
Update : 2024-05-18 Size : 11019264 Publisher : zhangqiang

DL : 0
java生成类似于推荐搜索的标签功能,与其它项目结合起来使用,对搜索进行优化,但是并没有写界面。-Java generation similar to the recommended search label function, combined with other projects to use, to optimize the search, but did not write the interface.
Update : 2024-05-18 Size : 15360 Publisher : 张小贱
« 1 2 ... 29 30 31 32 33 3435 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.